Adwaita: Add spacing to message dialogs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 Apr 2019 22:58:40 +0000 (18:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 Apr 2019 23:39:44 +0000 (19:39 -0400)
The text was running into the action area.

gtk/theme/Adwaita/_common.scss

index 44e6fde53434cb0e23f8642ba599945d2dfa484e..dfc686260622d85cf872eb4ffee34df3d66e51a0 100644 (file)
@@ -3853,6 +3853,10 @@ messagedialog { // Message Dialog styling
     border-top-right-radius: 7px;
   }
 
+  box.dialog-vbox.vertical {
+    border-spacing: 10px;
+  }
+
   &.csd { // rounded bottom border styling for csd version
     &.background {
       // bigger radius for better antialiasing